github.com/klauspost/compress/zstd.blockEnc.encodeLits (method)
6 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L337: func (b *blockEnc) encodeLits(lits []byte, raw bool) error {
blockenc.go#L483: return b.encodeLits(b.literals, rawAllLits)
blockenc.go#L502: return b.encodeLits(org, rawAllLits)
snappy.go#L113: err := r.block.encodeLits(r.block.literals, false)
snappy.go#L189: err = r.block.encodeLits(r.block.literals, false)
snappy.go#L236: err := r.block.encodeLits(r.block.literals, false)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |